Content Library Item CertVerificationStatus
Content Library Item CertVerificationStatus
The Content Library Item CertVerificationStatus enumerated type defines the certificate verification status of a library item. Currently applicable only to ovf item type
Possible values:
NOT_AVAILABLE
: Existing library item which can not be verified. Applying security policy to an existing library may result in this status for items.VERIFIED
: Item has been fully validated during importing or file syncing.INTERNAL
: The Item is cloned/created through vCenter.VERIFICATION_FAILURE
: Item's certificate or manifest validation failed.VERIFICATION_IN_PROGRESS
: Item certificate verification is in progress.UNTRUSTED
: Certificate used to sign the item is not trusted.
This enumeration was added in vSphere API 7.0.3.0.
This data structure has no properties.
Enumeration:
NOT_AVAILABLE,
VERIFIED,
INTERNAL,
VERIFICATION_FAILURE,
VERIFICATION_IN_PROGRESS,
UNTRUSTED,